| Fully Qualified Name: | Laminas\Db\Metadata\MetadataInterface |
| Name | Description | Defined By |
|---|---|---|
| getColumn() | Get column | MetadataInterface |
| getColumnNames() | Get column names | MetadataInterface |
| getColumns() | Get columns | MetadataInterface |
| getConstraint() | Get constraint | MetadataInterface |
| getConstraintKeys() | Get constraint keys | MetadataInterface |
| getConstraints() | Get constraints | MetadataInterface |
| getSchemas() | Get schemas. | MetadataInterface |
| getTable() | Get table | MetadataInterface |
| getTableNames() | Get table names. | MetadataInterface |
| getTables() | Get tables. | MetadataInterface |
| getTrigger() | Get trigger | MetadataInterface |
| getTriggerNames() | Get trigger names | MetadataInterface |
| getTriggers() | Get triggers | MetadataInterface |
| getView() | Get view | MetadataInterface |
| getViewNames() | Get view names | MetadataInterface |
| getViews() | Get views | MetadataInterface |
Get column
| Parameter Name | Type | Description |
|---|---|---|
| $columnName | string | |
| $table | string | |
| $schema | null|string |
Returns: \Object\ColumnObject
Get column names
| Parameter Name | Type | Description |
|---|---|---|
| $table | string | |
| $schema | null|string |
Returns: string[]
Get columns
| Parameter Name | Type | Description |
|---|---|---|
| $table | string | |
| $schema | null|string |
Returns: \Object\ColumnObject[]
Get constraint
| Parameter Name | Type | Description |
|---|---|---|
| $constraintName | string | |
| $table | string | |
| $schema | null|string |
Returns: \Object\ConstraintObject
Get constraint keys
| Parameter Name | Type | Description |
|---|---|---|
| $constraint | string | |
| $table | string | |
| $schema | null|string |
Returns: \Object\ConstraintKeyObject[]
Get constraints
| Parameter Name | Type | Description |
|---|---|---|
| $table | string | |
| $schema | null|string |
Returns: \Object\ConstraintObject[]
Get schemas.
Returns: string[]
Get table
| Parameter Name | Type | Description |
|---|---|---|
| $tableName | string | |
| $schema | null|string |
Returns: \Object\TableObject
Get table names.
| Parameter Name | Type | Description |
|---|---|---|
| $schema | null|string | |
| $includeViews | bool |
Returns: string[]
Get tables.
| Parameter Name | Type | Description |
|---|---|---|
| $schema | null|string | |
| $includeViews | bool |
Returns: \Object\TableObject[]
Get trigger
| Parameter Name | Type | Description |
|---|---|---|
| $triggerName | string | |
| $schema | null|string |
Returns: \Object\TriggerObject
Get trigger names
| Parameter Name | Type | Description |
|---|---|---|
| $schema | null|string |
Returns: string[]
Get triggers
| Parameter Name | Type | Description |
|---|---|---|
| $schema | null|string |
Returns: \Object\TriggerObject[]
Get view
| Parameter Name | Type | Description |
|---|---|---|
| $viewName | string | |
| $schema | null|string |
Returns: \Object\ViewObject
Get view names
| Parameter Name | Type | Description |
|---|---|---|
| $schema | null|string |
Returns: string[]
Get views
| Parameter Name | Type | Description |
|---|---|---|
| $schema | null|string |
Returns: \Object\ViewObject[]